home *** CD-ROM | disk | FTP | other *** search
- /* ArrowKeyCodes.h
- * Character codes for the Macintosh keyboard cursor keys
- * Copyright ©1993 Working Software, Inc. All Rights Reserved.
- * 4 Mar 93 Mike Crawford
- */
-
- #define kLeftArrow 0x1C
- #define kRightArrow 0x1D
- #define kUpArrow 0x1E
- #define kDownArrow 0x1F
-